@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&family=Raleway:ital,wght@0,200;0,300;0,400;0,600;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,200;1,300&family=Playfair+Display+SC:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Pacifico);
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: sans-serif;
    }

    .container-fluid {
      background-color: white;
      background-image: url('image/banner-bg.webp');
      padding: 10px 0px;
    }

    .collapse {
      float: right;    
    }

    .nav li a {
      font-weight: 700;
      font-size: 15px;
      color: black !important;
    }

    .nav li a:hover {
      color: #f44556 !important;
      font-weight: 900;
      transition: 0.5s ease-in-out
    }

    .navbar-brand {
      margin-left: 10px !important;
    }
    .navbar{
        position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 30px;
      
    }

    .navbar-inverse {
      border-color: white;
      border-bottom: 2px solid;
      margin: 0px;
    }

    .body {
      background-image: url('image/banner-bg.webp');
      padding: 140px 0 20px 0px;

    }

    .body-content {
      margin: 0px 88px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 100px;
    }
    .body-text{
      margin: 16px 0px;
      padding: 48px 0px;
      display: flex;
      flex-direction: column;
    }
    .body-text h2 {
      font-size: 26px;
      color: #333;
      margin-top: 0;
      padding-top: 0;
      line-height: 40px;
      color: #0c2e8a;
      font-weight: 700;
    }
    .body-text p{
      width: 500px;
      font-size: 18px;
    }
    .body-text button{
      margin-top: 40px;
    }
    .images{
        display: flex;
        flex-direction: column;
    
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
      background-color: rgba(255, 255, 255, 0);
    }
    .images img{
        width: 40%;
    }
    .image{
        display: flex;
        flex-direction: column ;
    }
    .body-image {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        padding-top: 48px;
    }
    .panel{
      display: flex;
      flex-direction: row;
      justify-content: space-between;

    }
    .body-text button{
      width: 100%;
    
    }
    .panel img{
      width: 50%;
    }
    .about{
      padding: 48px 0px;
      background-color: #F5FAFF;
    }
    .acontainer{
      margin: 0px 88px;
    }
    .atext{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
.atext h3{
  color: #0c2e8a;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
}
.atext p{
  font-family: 'Noto Sans', sans-serif;
}
.textcontainers{
    display: flex;
    flex-direction: row;
}
.service{
  margin: 0px 88px;
  padding: 24px 12px;
}
.service h2{
  color: #0c2e8a;
  font-size: 31px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
div.gallery {
  margin: 5px;
  border: 10px solid #ccc;
  float: left;
  width: 400px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.service{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sets{
  display: flex;
  justify-content: center;
}
.set{
  display: flex;
  justify-content: center;
}
.btn-custom:not([disabled]):hover {
    box-shadow: 0 0 0.25rem rgb(0 0 0 / 50%), -0.125rem -0.125rem 1rem rgb(239 71 101 / 50%), 0.125rem 0.125rem 1rem rgb(255 154 90 / 50%);
}
.set button{
  margin-top: 30px;
  background-color: #f44556 !important;
  color: white;
  padding: 10px 15px;
}
    .footer {
      background-image: url('image/footer_bg_1.jpg');
      color: white;
      padding: 40px 20px 20px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1;
      min-width: 200px;
      margin: 10px;
    }

    .footer h4 {
      font-size: 18px;
      margin-bottom: 15px;
      border-bottom: 2px solid #f7931e;
      display: inline-block;
      padding-bottom: 5px;
      color: #f44556;
    }

    .footer p, .footer a {
      color: #000000;
      font-size: 14px;
      text-decoration: none;
      margin: 6px 0;
      display: block;
    }

    .footer a:hover {
      color: #f7931e;
    }

    .social-icons {
      margin-top: 10px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 16px;
    }

    .social-icons a:hover {
      color: #f7931e;
    }

    .footer-bottom {
      text-align: center;
      padding: 15px 0 0;
      color: #888;
      border-top: 1px solid #333;
      font-size: 13px;
    }
    